home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / fetch7.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  62 lines

  1. FETCH, a Goodies Disk Index Hunter, by Joe Horn 
  2. Searches through Steve Thomas' Goodies Disk Index for any word. 
  3.  
  4. úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ 
  5. 3 Mini-instructions: At DOS prompt, type FETCH 3 
  6. 3 and then whatever you want to hunt for.      3 
  7. àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù 
  8.  
  9. Great for answering questions like "What Disk is HYDE.LIB on?" 
  10. or "Is there anything on the Goodies Disks about Ulam's Conjecture?" 
  11. FETCH HYDE and FETCH ULAM is all it takes! 
  12.  
  13. PLEASE read the following!  FETCH works differently depending on 
  14. whether you use 4DOS (a shareware COMMAND.COM replacement) and on the 
  15. version of DOS you are running: 
  16.  
  17. 4DOS (tm) users: 
  18.  
  19.    -  FETCH is sent to LIST.  Press F1 while the FETCH screen is still 
  20.       displayed for help on using LIST.  (You may scroll up and down, 
  21.       print the entire list, and much more.) 
  22.  
  23.    -  You may type multiple-word arguments, e.g. FETCH FOO BAR. 
  24.  
  25.    -  If you use FETCH with 4DOS and DOS 5, then the search is not 
  26.       case sensitive; that is, you may type FETCH FOO to find every 
  27.       occurence of "foo", "Foo", "FOO", etc. 
  28.  
  29. Non-4DOS users: 
  30.  
  31.    -  FETCH is sent to MORE.  If the output is longer than one screen, 
  32.       press a key to scroll to the next page. 
  33.  
  34.    -  You can only search for single words, e.g. FETCH FOO. 
  35.  
  36.    -  The search is case sensitive; that is, if you type FETCH FOO, it 
  37.       will only find "FOO", not "foo", "Foo", etc.  If this is a 
  38.       bother, you can either (a) convert the index file to uppercase 
  39.       and use FETCH with uppercase arguments; or (b) upgrade to DOS 5! 
  40.       If you have DOS 5 but don't have 4DOS, edit FETCH.BAT to allow 
  41.       searches that aren't case sensitive.  Just put /i immediately 
  42.       after the FIND.  It should then look like FIND /i %1 etc... 
  43.  
  44. Notes: 
  45.  
  46.    -  4DOS users should edit FETCH.BTM to change FETCH; 
  47.       non-4DOS people should edit FETCH.BAT to change FETCH. 
  48.  
  49.    -  As written, FETCH assumes that the index file is called GD7.IDX 
  50.       and is in the current directory.  It would be better to move the 
  51.       index file and FETCH onto your hard disk (in a subdirectory in 
  52.       your PATH), and to edit FETCH to reflect the location of the 
  53.       index file.  That way, you can FETCH things any time, no matter 
  54.       what directory you happen to be in. 
  55.  
  56. Suggestions for improvements to FETCH (especially if you also tell me 
  57. how to implement your suggestions!) are requested: 
  58.  
  59.     Joseph K. Horn 
  60.     19292 EL TORO ROAD 
  61.     SILVERADO, CA 92676-9801 
  62.